POV-Ray : Newsgroups : povray.general : image map help : Re: image map help Server Time
9 Aug 2024 15:21:45 EDT (-0400)
  Re: image map help  
From: Ken
Date: 21 Jun 2000 21:26:20
Message: <39516A71.797D551E@pacbell.net>
Ken wrote:

> Example:
> 
> box {-0.5, 0.5 scale <1,2,1>
>  pigment {
>   image_map { tga "your_image.tga" translate -.5 scale<1,2,1> }
>   }
>  }

Gee ! No one has spotted the error in my example yet. You guys are
slowing down -or- trust me way too much !

box {-0.5, 0.5 scale <1,2,1>
 pigment {
    image_map { tga "your_image.tga" }
    translate -.5 scale<1,2,1> 
  }
}

-- 
Ken Tyler - 1400+ POV-Ray, Graphics, 3D Rendering, and Raytracing Links:
http://home.pacbell.net/tylereng/index.html http://www.povray.org/links/


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.